Owner: TMox
+-All
Show All
Showing items 1-9 of 18
Find
Todd Lumiere
January 07, 2019
I've been porting WebNotes to .NET Core, which has led to some tweaks and alterations here and there. I've also been studying JavaScript/HTML/CSS more, and that leads to changes. Some are breaking, for example, I altered my files to lead JS after HTML (supposed to get data on-screen faster). This caused a few self-invoking functions to fail becuase they were invoking before jQuery was loaded. No big deal, but it's been fun figuring out a little more in-depth how all this works.
* * *
Todd Lumiere
July 10, 2018
- Add Preview button to EMail.
- Trying to fix formatting in header. Check it on different machines/browsers.
- Change Root page formatting to not wrap text, but use ellipses. Owner should always show if it's not current user.
* * *
Todd Lumiere
March 23, 2017
- Fixed a bug where extra bits in inheritable values didn't get copied.
* * *
March 11, 2017
- Been working on standardizing all my ajax calls, and converting a few more calls to ajax.
- Added to validation for adding/editing notes.
- Adding in ExplicitPermissions.
- Optimized queries.
- Push/Pop locations. Still going to cause problems when someone has multiple windows open.
- Formatting changes.
- Encrypted text shows unecrypted in more places--everywhere?
* * *
February 28, 2017
- Reusable menu system.
- Formatting on small form devices.
- Encryption works on iOS and Kindle.
- Fixed a bug where changing a node's header (in single node view) would then give an invalid path error.
- Added path information to SiteList listings (bookmarks, etc.)
- On resize, break header buttons gracefully.
- Rehide menus on resize--the nature of "clip hiding" could have them show on resize.
- Comments don't get selected in org mode--they are part of the post.
- Multiple menus can't be open at the same time.
- Implement drag/drop moving of items. Not done, but the basics are working.
- Put open delay on menus so they don't flash open all the time.
* * *
February 08, 2017
- Compress JSon results.
- Fixed a bug in MoveNodes display tree where indent became permanent (no exdent).
- Format inline links and topics differently.
- MoveNodes no longer shows leaves as targets.
- Formatted MoveNodes screen a little better.
- Added Drafts to corner menu to show a list of all editable nodes that are marked as draft.
- Worked more on encryption. It's cleaner now, using hidden class='enc_iv' to indicate what needs decrypting. Works everywhere.
- Got logging finished. Update log & App logging w/ clear & backup. Better formatting, works in email & backup file. Still have to profile it to make sure there are no slow-downs.
- When getting email, make sure all inheritable attributes are initialized as Inherit.
- Changed the way DisplayBase creates SelectLists. Easier to use, less code.
* * *
January 19, 2017
- ParseEmailBody now creates a Link if there's a descriptor called "Link" in the site.
- UpdateLog now logs all added and edited nodes--have to put in deleted. Also have to use type ("Add", "Edit", "Delete").
- Fixed a bug in Cascade (when changing inheritable flags) which didn't correctly set the values in children.
- Fixed a bug in InheritableValue where an inherited bool would always return explicit.
- Implemented independent logging site, removing logging from app.
* * *
December 28, 2016
- Adding client-side encryption.
- Changed MathJax to use $$ instead of $ for inline math.
- Added /Encryption route for looking at the encryption status of your sites, and encrypting/decrypting entire sites.
- Still have to put in the inheritable AllowEncryption property.
- Encryption only works if you have an SSL, so I've upgraded my hosting and applied for a certificate.
- Fixes required during migration.
- Adding Metrics controller for determining settings for comments, public access, archivability.
- Added moving site to sub-folder and sub-folder to site.
* * *
December 05, 2016
- Fixed partial to work with photos and tables. Anything up to the first top-level <p> in a post will show. Then just the first 3 lines (or so) of the <p> text will show. Read All shows the whole text.
- Worked on comments, using ajax to add, edit, and delete them. I think it's working now.
- Comments return Json for comment lists and error messages. Error messages get displayed inline.
- Removed documentation controller, liking instead to About Web Notes pages.
- Guest get permission to post comments to any node for which they have write access.
- Fixed removing of old guests.
- Fixed moving of items to work between disparate sites. You can now select the target type for each item.
- Redid compact and uncompact to better handle html elements (for showing partial posts).
* * *
Next Page